home *** CD-ROM | disk | FTP | other *** search
/ Shirley Barber's Fairies: Create, Paint & Play / Fairies.iso / pc / Files / Install.dxr / Internal_11_Check Globals.ls < prev    next >
Encoding:
Text File  |  2003-11-06  |  310 b   |  11 lines

  1. on prepareMovie
  2.   if the platform contains "Windows,32" then
  3.     register(xtra("PrintOMatic"), "PMAT170-183-63017")
  4.     funcs = baRegister("konrad", 2320493)
  5.     KeysOff = baDisableKeys(1, baWinHandle())
  6.     baDisableSwitching(1)
  7.     OldSS = baDisableScreenSaver(1)
  8.     showing = baHideTaskBar(1)
  9.   end if
  10. end
  11.